跳到主要内容

更新台标

服务地址

http://api-az-cn.danghongyun.com/rest

请求方法

POST

请求参数

参数说明类型是否必须
accessKey访问接口的accessKeyString必选
actionAPI名称,此接口为 "liveLogoUpdate"String必选
versionAPI版本,目前必须为 2.0String必选
signature签名,请参考签名规则String必选
timestampapi调用时间戳,1970年1月1日以来的毫秒数,如1466488681033String必选
idlogo唯一标识String必选
namelogo名称String可选
uri台标路径,如:bj-hsy-images/kii721n6/watermarkLive/65112b7ae7394313a679020c3543cae9.jpgString可选
width台标宽度Integer可选
height台标高度Integer可选
offsetWidth台标左上角顶点水平偏移Integer可选
offsetHeight台标左上角顶点垂直偏移Integer可选
opacity台标透明度,0~100,100代表不透明Integer可选
resize台标缩放比例,1~100,100代表不缩放Integer可选

响应示例

{
"message": "the live station logo was updated successfully,id:0daa628c5e1944ce99e78c28f146e027",
"code": 0,
"success": true
}